home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4c21.zip / SIMPLE.H < prev    next >
Text File  |  1997-05-22  |  224b  |  16 lines

  1. /* simple.h */
  2.  
  3. #ifdef WIN32
  4. int WINAPI
  5. #else
  6. int PASCAL
  7. #endif
  8. WinMain(USE_INS, USE_INS, USE_PTR, int);
  9.  
  10. #ifdef WIN32
  11. LRESULT CALLBACK
  12. #else
  13. long FAR PASCAL
  14. #endif
  15. MainWndProc(HWND, UINT, WPARAM, LPARAM );
  16.